home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presentation Library 1993 Winter / The Apple Reference & Presentations Library CD Winter 93 - Partner Edition.7z / Image.iso / Applications / Technical Publishing / Aldus PageMaker 4.2 / Aldus / PPDs / CG94_523.PPD < prev    next >
Text File  |  1991-12-05  |  20KB  |  483 lines

  1. *% Adobe Systems BETA PostScript(R) Printer Description File
  2. *% For "AGFA ProSet 9400" version 49.3, 52.3
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 57
  4. *%
  5. *% Copyright 1988, 1989 Adobe Systems Incorporated.  All Rights Reserved.
  6. *% Permission is granted for redistribution of this file as
  7. *% long as this copyright notice is intact and the contents
  8. *% of the file is not altered in any way from its original form.
  9. *%
  10. *% Date: 10/7/90
  11. *FormatVersion: "3.0"
  12. *FileVersion: "1.0b2"
  13. *LanguageVersion: English
  14.  
  15. *Product: "(AGFA ProSet 9400)"
  16. *PSVersion: "(49.3, 52.3) 320"
  17. *NickName: "AGFA ProSet9400 v49.3,52.3"
  18.  
  19. *% General Information and Defaults ===============
  20. *FreeVM: "2453510"
  21. *ColorDevice: False
  22. *VariablePaperSize: True
  23. *FileSystem: True
  24. *?FileSystem: "
  25.   statusdict begin diskstatus end
  26.   exch pop 0 eq {(False)}{(True)}ifelse = flush
  27. "
  28. *End
  29. *Throughput: "1"
  30. *Password: "0"
  31. *ExitServer: "
  32.   count 0 eq {  % is the password on the stack?
  33.     true 
  34.   }{
  35.     dup    % potential password
  36.     statusdict begin checkpassword end not 
  37.   } ifelse 
  38.   {  %  if no password or not valid 
  39.     (WARNING : Cannot perform the exitserver command.) = 
  40.     (Password supplied is not valid.) = 
  41.     (Please contact the author of this software.) = flush
  42.     quit 
  43.   } if 
  44.   serverdict begin exitserver
  45. "
  46. *End
  47. *Reset: "
  48.   count 0 eq {  % is the password on the stack?
  49.     true 
  50.   }{
  51.     dup    % potential password
  52.     statusdict begin checkpassword end not 
  53.   } ifelse 
  54.   {  %  if no password or not valid 
  55.     (WARNING : Cannot reset printer.) = 
  56.     (Password supplied is not valid.) = 
  57.     (Please contact the author of this software.) = flush
  58.     quit 
  59.   } if 
  60.   serverdict begin exitserver
  61.   systemdict /quit get exec
  62.   (WARNING : Printer Reset Failed.) = flush
  63. "
  64. *End
  65.  
  66. *DefaultResolution: 1200dpi
  67. *SetResolution 1200dpi: " statusdict begin 1200 setresolution end "
  68. *SetResolution 2400dpi: " statusdict begin 2400 setresolution end "
  69. *?Resolution: "
  70. save
  71.   initgraphics
  72.   0 0 moveto currentpoint matrix defaultmatrix transform
  73.   0 72 lineto currentpoint matrix defaultmatrix transform
  74.   3 -1 roll sub dup mul
  75.   3 1 roll exch sub dup mul
  76.   add sqrt round cvi
  77.   (          ) cvs print (dpi) = flush
  78. restore
  79. "
  80. *End
  81.  
  82. *% Halftone Information ===============
  83. *ScreenFreq: "100.0"
  84. *ScreenAngle: "45.0"
  85. *DefaultScreenProc: Dot
  86. *ScreenProc Dot: "
  87. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  88. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  89. "
  90. *End
  91. *ScreenProc Line: "{ pop }"
  92. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  93.  
  94. *DefaultTransfer: Null
  95. *Transfer Null: "{ }"
  96. *Transfer Null.Inverse: "{ 1 exch sub }"
  97.  
  98. *% Paper Handling ===================
  99.  
  100. *% Use these entries to set paper size most of the time, unless there is
  101. *% specific reason to use PageRegion or PaperTray.
  102. *DefaultPageSize: Letter
  103. *PageSize Letter: "letter"
  104. *PageSize Legal: "legal"
  105. *PageSize Note: "note"
  106. *PageSize Tabloid: "11x17"
  107. *PageSize LARGE: "979 1944 1 statusdict /setpage get exec"
  108. *PageSize A3: "a3"
  109. *PageSize A4: "a4"
  110. *PageSize A5: "a5"
  111. *PageSize B5: "b5"
  112. *PageSize Letter.Transverse: "Letter"
  113. *PageSize A4.Transverse: "A4"
  114. *PageSize A5.Transverse: "A5"
  115. *PageSize B5.Transverse: "B5"
  116. *?PageSize: "
  117.  save 
  118.    /d0 5 dict def d0 begin
  119.      /420_595 (A5.Transverse) def
  120.      /516_729 (B5.Transverse) def
  121.      /595_842 (A4.Transverse) def
  122.      /612_792 (Letter.Transverse) def
  123.    end
  124.    /d1 8 dict def d1 begin
  125.      /595_420 (A5) def
  126.      /729_516 (B5) def
  127.      /792_612 (Letter) def
  128.      /842_595 (A4) def
  129.      /1008_612 (Legal) def
  130.      /1190_842 (A3) def
  131.      /1224_792 (Tabloid) def
  132.      /1944_979 (LARGE) def
  133.    end
  134.    statusdict begin pageparams end
  135.    4 1 roll pop
  136.    /high exch 10 string cvs dup length /hlen exch def def
  137.    /wide exch 10 string cvs def
  138.    /key hlen 1 add wide length add string def
  139.    key 0 high putinterval 
  140.    key hlen (_) putinterval
  141.    key hlen 1 add wide putinterval
  142.    0 eq {d0}{d1}ifelse
  143.    key cvn {get}stopped {(Unknown)}if
  144.    = flush
  145.    restore
  146. "
  147. *End
  148.  
  149. *% These entries will set up the frame buffer. Usually used with manual feed.
  150. *DefaultPageRegion: Letter
  151. *PageRegion Letter: "letter"
  152. *PageRegion Legal: "legal"
  153. *PageRegion Note: "note"
  154. *PageRegion Tabloid: "11x17"
  155. *PageRegion LARGE: "979 1944 1 statusdict /setpage get exec"
  156. *PageRegion A3: "a3"
  157. *PageRegion A4: "a4"
  158. *PageRegion A5: "a5"
  159. *PageRegion B5: "b5"
  160. *PageRegion Letter.Transverse: "Letter"
  161. *PageRegion A4.Transverse: "A4"
  162. *PageRegion A5.Transverse: "A5"
  163. *PageRegion B5.Transverse: "B5"
  164.  
  165. *% The following entries provide information about specific paper keywords.
  166. *DefaultImageableArea: Letter
  167. *ImageableArea Letter: "0 0 612 792 "
  168. *ImageableArea Legal: "0 0 612 1008 "
  169. *ImageableArea Note: "0 0 612 792 "
  170. *ImageableArea Tabloid: "0 0 792 1224 "
  171. *ImageableArea LARGE: "0 0 979 1944"
  172. *ImageableArea A3: "0 0 842 1190 "
  173. *ImageableArea A4: "0 0 595 842  "
  174. *ImageableArea A5: "0 0 420 595  "
  175. *ImageableArea B5: "0 0 516 729  "
  176. *ImageableArea Letter.Transverse: "0 0 612 792 "
  177. *ImageableArea A4.Transverse: "0 0 595 842 "
  178. *ImageableArea A5.Transverse: "0 0 420 595 "
  179. *ImageableArea B5.Transverse: "0 0 516 729 "
  180. *?ImageableArea: "
  181.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  182.   newpath clippath pathbbox
  183.   4 -2 roll exch 2 {ceiling cvp} repeat
  184.   exch 2 {floor cvp} repeat flush
  185.  restore
  186. "
  187. *End
  188.  
  189. *% These provide the physical dimensions of the paper (by keyword)
  190. *DefaultPaperDimension: Letter
  191. *PaperDimension Letter: "612 792 "
  192. *PaperDimension Legal: "612 1008"
  193. *PaperDimension Note: "612 792"
  194. *PaperDimension Tabloid: "792 1224"
  195. *PaperDimension LARGE: "979 1944"
  196. *PaperDimension A3: "842 1190"
  197. *PaperDimension A4: "595 842 "
  198. *PaperDimension A5: "420 595 "
  199. *PaperDimension B5: "516 729 "
  200. *PaperDimension Letter.Transverse: "792 612 "
  201. *PaperDimension A4.Transverse: "842 595 "
  202. *PaperDimension A5.Transverse: "595 420 "
  203. *PaperDimension B5.Transverse: "729 516 "
  204.  
  205. *% Default Handling Features. This machine is a roll-fed machine, which is 
  206. *% why most of these entries have values of "None".
  207. *DefaultPaperTray: None
  208. *DefaultOutputBin: Upper
  209. *DefaultInputSlot: None
  210. *DefaultManualFeed: False
  211. *DefaultOutputOrder: Normal
  212. *DefaultCollator: None
  213. *DefaultSorter: None
  214. *DefaultDuplex: None
  215.  
  216. *% Font Information =====================
  217.  
  218. *DefaultFont: Courier
  219. *Font Courier: Standard "(001.004)"
  220. *Font Courier-Bold: Standard "(001.004)"
  221. *Font Courier-BoldOblique: Standard "(001.004)"
  222. *Font Courier-Oblique: Standard "(001.004)"
  223. *Font Helvetica: Standard "(001.002)"
  224. *Font Helvetica-Bold: Standard "(001.002)"
  225. *Font Helvetica-BoldOblique: Standard "(001.002)"
  226. *Font Helvetica-Oblique: Standard "(001.002)"
  227. *Font Symbol: Special "(001.003)"
  228. *Font Times-Bold: Standard "(001.002)"
  229. *Font Times-BoldItalic: Standard "(001.004)"
  230. *Font Times-Italic: Standard "(001.002)"
  231. *Font Times-Roman: Standard "(001.002)"
  232. *?FontQuery: "
  233. save  4 dict begin /sv exch def
  234. /str (fonts/                              ) def
  235. /st2 128 string def
  236. {
  237.   count 0 gt {
  238.     dup st2 cvs (/) print print (:) print
  239.     dup FontDirectory exch known {pop (Yes)}{
  240.      str exch st2 cvs dup length /len exch def
  241.      6 exch putinterval str 0 len 6 add getinterval mark exch
  242.      { } st2 filenameforall counttomark 0 gt {
  243.       cleartomark (Yes)}{cleartomark (No)}ifelse
  244.     }ifelse = flush
  245.   }{ exit } ifelse
  246. } bind loop
  247. (*) = flush
  248. sv end restore
  249. "
  250. *End
  251.  
  252. *?FontList: "
  253. save  2 dict begin /sv exch def
  254. /str 128 string def
  255. FontDirectory { pop == } bind forall flush
  256. /filenameforall where { 
  257.  pop save (fonts/*) { 
  258.   dup length 6 sub 6 exch getinterval cvn == 
  259.  } bind str filenameforall flush restore
  260. } if 
  261. (*) = flush
  262. sv end restore
  263. "
  264. *End
  265.  
  266. *% Printer Messages (verbatim from printer):
  267. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  268. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  269. *Message: "\FontName\ not found, using Courier"
  270.  
  271. *% Status (format: %%[ status: <one of these> ]%% )
  272. *Status: "idle"
  273. *Status: "busy"
  274. *Status: "waiting"
  275. *Status: "printing"
  276.  
  277. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  278. *Source: "serial9"
  279. *Source: "serial25"
  280. *Source: "AppleTalk"
  281. *Source: "Centronics"
  282.  
  283. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  284.  
  285. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  286.  
  287. *% Color Separation Information =====================
  288.  
  289. *InkName: ProcessCyan/Process Cyan
  290. *InkName: ProcessMagenta/Process Magenta
  291. *InkName: ProcessYellow/Process Yellow
  292. *InkName: ProcessBlack/Process Black
  293. *InkName: CustomColor/Custom Color
  294.  
  295. *% For 65 lpi =====================================================
  296.  
  297. *ColorSepScreenAngle ProcessBlack.65lpi.1200dpi/65 lpi / 1200 dpi: "45.0"
  298. *ColorSepScreenAngle CustomColor.65lpi.1200dpi/65 lpi / 1200 dpi: "45.0"
  299. *ColorSepScreenAngle ProcessCyan.65lpi.1200dpi/65 lpi / 1200 dpi: "18.43"
  300. *ColorSepScreenAngle ProcessMagenta.65lpi.1200dpi/65 lpi / 1200 dpi: "71.57"
  301. *ColorSepScreenAngle ProcessYellow.65lpi.1200dpi/65 lpi / 1200 dpi: "0.0"
  302.  
  303. *ColorSepScreenFreq ProcessBlack.65lpi.1200dpi/65 lpi / 1200 dpi: "70.71"
  304. *ColorSepScreenFreq CustomColor.65lpi.1200dpi/65 lpi / 1200 dpi: "70.71"
  305. *ColorSepScreenFreq ProcessCyan.65lpi.1200dpi/65 lpi / 1200 dpi: "63.25"
  306. *ColorSepScreenFreq ProcessMagenta.65lpi.1200dpi/65 lpi / 1200 dpi: "63.25"
  307. *ColorSepScreenFreq ProcessYellow.65lpi.1200dpi/65 lpi / 1200 dpi: "66.67"
  308.  
  309. *ColorSepScreenAngle ProcessBlack.65lpi.2400dpi/65 lpi / 2400 dpi: "45.0"
  310. *ColorSepScreenAngle CustomColor.65lpi.2400dpi/65 lpi / 2400 dpi: "45.0"
  311. *ColorSepScreenAngle ProcessCyan.65lpi.2400dpi/65 lpi / 2400 dpi: "18.43"
  312. *ColorSepScreenAngle ProcessMagenta.65lpi.2400dpi/65 lpi / 2400 dpi: "71.57"
  313. *ColorSepScreenAngle ProcessYellow.65lpi.2400dpi/65 lpi / 2400 dpi: "0.0"
  314.  
  315. *ColorSepScreenFreq ProcessBlack.65lpi.2400dpi/65 lpi / 2400 dpi: "70.71"
  316. *ColorSepScreenFreq CustomColor.65lpi.2400dpi/65 lpi / 2400 dpi: "70.71"
  317. *ColorSepScreenFreq ProcessCyan.65lpi.2400dpi/65 lpi / 2400 dpi: "63.25"
  318. *ColorSepScreenFreq ProcessMagenta.65lpi.2400dpi/65 lpi / 2400 dpi: "63.25"
  319. *ColorSepScreenFreq ProcessYellow.65lpi.2400dpi/65 lpi / 2400 dpi: "66.67"
  320.  
  321. *% For 100 lpi =====================================================
  322.  
  323. *ColorSepScreenAngle ProcessBlack.100lpi.1200dpi/100 lpi / 1200 dpi: "45.0"
  324. *ColorSepScreenAngle CustomColor.100lpi.1200dpi/100 lpi / 1200 dpi: "45.0"
  325. *ColorSepScreenAngle ProcessCyan.100lpi.1200dpi/100 lpi / 1200 dpi: "18.43"
  326. *ColorSepScreenAngle ProcessMagenta.100lpi.1200dpi/100 lpi / 1200 dpi: "71.57"
  327. *ColorSepScreenAngle ProcessYellow.100lpi.1200dpi/100 lpi / 1200 dpi: "0.0"
  328.  
  329. *ColorSepScreenFreq ProcessBlack.100lpi.1200dpi/100 lpi / 1200 dpi: "106.07"
  330. *ColorSepScreenFreq CustomColor.100lpi.1200dpi/100 lpi / 1200 dpi: "106.07"
  331. *ColorSepScreenFreq ProcessCyan.100lpi.1200dpi/100 lpi / 1200 dpi: "94.87"
  332. *ColorSepScreenFreq ProcessMagenta.100lpi.1200dpi/100 lpi / 1200 dpi: "94.87"
  333. *ColorSepScreenFreq ProcessYellow.100lpi.1200dpi/100 lpi / 1200 dpi: "100.00"
  334.  
  335. *ColorSepScreenAngle ProcessBlack.100lpi.2400dpi/100 lpi / 2400 dpi: "45.0"
  336. *ColorSepScreenAngle CustomColor.100lpi.2400dpi/100 lpi / 2400 dpi: "45.0"
  337. *ColorSepScreenAngle ProcessCyan.100lpi.2400dpi/100 lpi / 2400 dpi: "18.43"
  338. *ColorSepScreenAngle ProcessMagenta.100lpi.2400dpi/100 lpi / 2400 dpi: "71.57"
  339. *ColorSepScreenAngle ProcessYellow.100lpi.2400dpi/100 lpi / 2400 dpi: "0.0"
  340.  
  341. *ColorSepScreenFreq ProcessBlack.100lpi.2400dpi/100 lpi / 2400 dpi: "106.07"
  342. *ColorSepScreenFreq CustomColor.100lpi.2400dpi/100 lpi / 2400 dpi: "106.07"
  343. *ColorSepScreenFreq ProcessCyan.100lpi.2400dpi/100 lpi / 2400 dpi: "94.87"
  344. *ColorSepScreenFreq ProcessMagenta.100lpi.2400dpi/100 lpi / 2400 dpi: "94.87"
  345. *ColorSepScreenFreq ProcessYellow.100lpi.2400dpi/100 lpi / 2400 dpi: "100.00"
  346.  
  347. *% For 120 lpi =====================================================
  348.  
  349. *ColorSepScreenAngle ProcessBlack.120lpi.2400dpi/120 lpi / 2400 dpi: "45.0"
  350. *ColorSepScreenAngle CustomColor.120lpi.2400dpi/120 lpi / 2400 dpi: "45.0"
  351. *ColorSepScreenAngle ProcessCyan.120lpi.2400dpi/120 lpi / 2400 dpi: "18.43"
  352. *ColorSepScreenAngle ProcessMagenta.120lpi.2400dpi/120 lpi / 2400 dpi: "71.57"
  353. *ColorSepScreenAngle ProcessYellow.120lpi.2400dpi/120 lpi / 2400 dpi: "0.0"
  354.  
  355. *ColorSepScreenFreq ProcessBlack.120lpi.2400dpi/120 lpi / 2400 dpi: "113.14"
  356. *ColorSepScreenFreq CustomColor.120lpi.2400dpi/120 lpi / 2400 dpi: "113.14"
  357. *ColorSepScreenFreq ProcessCyan.120lpi.2400dpi/120 lpi / 2400 dpi: "126.50"
  358. *ColorSepScreenFreq ProcessMagenta.120lpi.2400dpi/120 lpi / 2400 dpi: "126.50"
  359. *ColorSepScreenFreq ProcessYellow.120lpi.2400dpi/120 lpi / 2400 dpi: "120.00"
  360.  
  361. *% For 133 lpi =====================================================
  362.  
  363. *ColorSepScreenAngle ProcessBlack.133lpi.1200dpi/133 lpi / 1200 dpi: "45.0"
  364. *ColorSepScreenAngle CustomColor.133lpi.1200dpi/133 lpi / 1200 dpi: "45.0"
  365. *ColorSepScreenAngle ProcessCyan.133lpi.1200dpi/133 lpi / 1200 dpi: "18.43"
  366. *ColorSepScreenAngle ProcessMagenta.133lpi.1200dpi/133 lpi / 1200 dpi: "71.57"
  367. *ColorSepScreenAngle ProcessYellow.133lpi.1200dpi/133 lpi / 1200 dpi: "0.0"
  368.  
  369. *ColorSepScreenFreq ProcessBlack.133lpi.1200dpi/133 lpi / 1200 dpi: "141.42"
  370. *ColorSepScreenFreq CustomColor.133lpi.1200dpi/133 lpi / 1200 dpi: "141.42"
  371. *ColorSepScreenFreq ProcessCyan.133lpi.1200dpi/133 lpi / 1200 dpi: "126.50"
  372. *ColorSepScreenFreq ProcessMagenta.133lpi.1200dpi/133 lpi / 1200 dpi: "126.50"
  373. *ColorSepScreenFreq ProcessYellow.133lpi.1200dpi/133 lpi / 1200 dpi: "133.33"
  374.  
  375. *ColorSepScreenAngle ProcessBlack.133lpi.2400dpi/133 lpi / 2400 dpi: "45.0"
  376. *ColorSepScreenAngle CustomColor.133lpi.2400dpi/133 lpi / 2400 dpi: "45.0"
  377. *ColorSepScreenAngle ProcessCyan.133lpi.2400dpi/133 lpi / 2400 dpi: "18.43"
  378. *ColorSepScreenAngle ProcessMagenta.133lpi.2400dpi/133 lpi / 2400 dpi: "71.57"
  379. *ColorSepScreenAngle ProcessYellow.133lpi.2400dpi/133 lpi / 2400 dpi: "0.0"
  380.  
  381. *ColorSepScreenFreq ProcessBlack.133lpi.2400dpi/133 lpi / 2400 dpi: "141.42"
  382. *ColorSepScreenFreq CustomColor.133lpi.2400dpi/133 lpi / 2400 dpi: "141.42"
  383. *ColorSepScreenFreq ProcessCyan.133lpi.2400dpi/133 lpi / 2400 dpi: "126.50"
  384. *ColorSepScreenFreq ProcessMagenta.133lpi.2400dpi/133 lpi / 2400 dpi: "126.50"
  385. *ColorSepScreenFreq ProcessYellow.133lpi.2400dpi/133 lpi / 2400 dpi: "133.33"
  386.  
  387. *% For 150 lpi =====================================================
  388.  
  389. *ColorSepScreenAngle ProcessBlack.150lpi.1200dpiATLAS/150 lpi / 1200 dpi ATLAS: "45.0"
  390. *ColorSepScreenAngle CustomColor.150lpi.1200dpiATLAS/150 lpi / 1200 dpi ATLAS: "45.0"
  391. *ColorSepScreenAngle ProcessCyan.150lpi.1200dpiATLAS/150 lpi / 1200 dpi ATLAS: "18.43"
  392. *ColorSepScreenAngle ProcessMagenta.150lpi.1200dpiATLAS/150 lpi / 1200 dpi ATLAS: "71.57"
  393. *ColorSepScreenAngle ProcessYellow.150lpi.1200dpiATLAS/150 lpi / 1200 dpi ATLAS: "0.0"
  394.  
  395. *ColorSepScreenFreq ProcessBlack.150lpi.1200dpiATLAS/150 lpi / 1200 dpi ATLAS: "169.71"
  396. *ColorSepScreenFreq CustomColor.150lpi.1200dpiATLAS/150 lpi / 1200 dpi ATLAS: "169.71"
  397. *ColorSepScreenFreq ProcessCyan.150lpi.1200dpiATLAS/150 lpi / 1200 dpi ATLAS: "126.50"
  398. *ColorSepScreenFreq ProcessMagenta.150lpi.1200dpiATLAS/150 lpi / 1200 dpi ATLAS: "126.50"
  399. *ColorSepScreenFreq ProcessYellow.150lpi.1200dpiATLAS/150 lpi / 1200 dpi ATLAS: "150.00"
  400.  
  401. *ColorSepScreenAngle ProcessBlack.150lpi.2400dpiATLAS/150 lpi / 2400 dpi ATLAS: "45.0"
  402. *ColorSepScreenAngle CustomColor.150lpi.2400dpiATLAS/150 lpi / 2400 dpi ATLAS: "45.0"
  403. *ColorSepScreenAngle ProcessCyan.150lpi.2400dpiATLAS/150 lpi / 2400 dpi ATLAS: "18.43"
  404. *ColorSepScreenAngle ProcessMagenta.150lpi.2400dpiATLAS/150 lpi / 2400 dpi ATLAS: "71.57"
  405. *ColorSepScreenAngle ProcessYellow.150lpi.2400dpiATLAS/150 lpi / 2400 dpi ATLAS: "0.0"
  406.  
  407. *ColorSepScreenFreq ProcessBlack.150lpi.2400dpiATLAS/150 lpi / 2400 dpi ATLAS: "169.71"
  408. *ColorSepScreenFreq CustomColor.150lpi.2400dpiATLAS/150 lpi / 2400 dpi ATLAS: "169.71"
  409. *ColorSepScreenFreq ProcessCyan.150lpi.2400dpiATLAS/150 lpi / 2400 dpi ATLAS: "126.50"
  410. *ColorSepScreenFreq ProcessMagenta.150lpi.2400dpiATLAS/150 lpi / 2400 dpi ATLAS: "126.50"
  411. *ColorSepScreenFreq ProcessYellow.150lpi.2400dpiATLAS/150 lpi / 2400 dpi ATLAS: "150.00"
  412.  
  413. *% For 150 lpi =====================================================
  414.  
  415. *ColorSepScreenAngle ProcessBlack.150lpi.1200dpiSTAR/150 lpi / 1200 dpi STAR: "45.0"
  416. *ColorSepScreenAngle CustomColor.150lpi.1200dpiSTAR/150 lpi / 1200 dpi STAR: "45.0"
  417. *ColorSepScreenAngle ProcessCyan.150lpi.1200dpiSTAR/150 lpi / 1200 dpi STAR: "18.43"
  418. *ColorSepScreenAngle ProcessMagenta.150lpi.1200dpiSTAR/150 lpi / 1200 dpi STAR: "71.57"
  419. *ColorSepScreenAngle ProcessYellow.150lpi.1200dpiSTAR/150 lpi / 1200 dpi STAR: "0.0"
  420.  
  421. *ColorSepScreenFreq ProcessBlack.150lpi.1200dpiSTAR/150 lpi / 1200 dpi STAR: "169.71"
  422. *ColorSepScreenFreq CustomColor.150lpi.1200dpiSTAR/150 lpi / 1200 dpi STAR: "169.71"
  423. *ColorSepScreenFreq ProcessCyan.150lpi.1200dpiSTAR/150 lpi / 1200 dpi STAR: "126.50"
  424. *ColorSepScreenFreq ProcessMagenta.150lpi.1200dpiSTAR/150 lpi / 1200 dpi STAR: "126.50"
  425. *ColorSepScreenFreq ProcessYellow.150lpi.1200dpiSTAR/150 lpi / 1200 dpi STAR: "150.00"
  426.  
  427. *ColorSepScreenAngle ProcessBlack.150lpi.2400dpiSTAR/150 lpi / 2400 dpi STAR: "45.0"
  428. *ColorSepScreenAngle CustomColor.150lpi.2400dpiSTAR/150 lpi / 2400 dpi STAR: "45.0"
  429. *ColorSepScreenAngle ProcessCyan.150lpi.2400dpiSTAR/150 lpi / 2400 dpi STAR: "14.93"
  430. *ColorSepScreenAngle ProcessMagenta.150lpi.2400dpiSTAR/150 lpi / 2400 dpi STAR: "75.07"
  431. *ColorSepScreenAngle ProcessYellow.150lpi.2400dpiSTAR/150 lpi / 2400 dpi STAR: "0.0"
  432.  
  433. *ColorSepScreenFreq ProcessBlack.150lpi.2400dpiSTAR/150 lpi / 2400 dpi STAR: "154.28"
  434. *ColorSepScreenFreq CustomColor.150lpi.2400dpiSTAR/150 lpi / 2400 dpi STAR: "154.28"
  435. *ColorSepScreenFreq ProcessCyan.150lpi.2400dpiSTAR/150 lpi / 2400 dpi STAR: "154.60"
  436. *ColorSepScreenFreq ProcessMagenta.150lpi.2400dpiSTAR/150 lpi / 2400 dpi STAR: "154.60"
  437. *ColorSepScreenFreq ProcessYellow.150lpi.2400dpiSTAR/150 lpi / 2400 dpi STAR: "150.00"
  438.  
  439. *% For 160 lpi =====================================================
  440.  
  441. *ColorSepScreenAngle ProcessBlack.160lpi.2400dpi/160 lpi / 2400 dpi: "45.0"
  442. *ColorSepScreenAngle CustomColor.160lpi.2400dpi/160 lpi / 2400 dpi: "45.0"
  443. *ColorSepScreenAngle ProcessCyan.160lpi.2400dpi/160 lpi / 2400 dpi: "18.43"
  444. *ColorSepScreenAngle ProcessMagenta.160lpi.2400dpi/160 lpi / 2400 dpi: "71.57"
  445. *ColorSepScreenAngle ProcessYellow.160lpi.2400dpi/160 lpi / 2400 dpi: "0.0"
  446.  
  447. *ColorSepScreenFreq ProcessBlack.160lpi.2400dpi/160 lpi / 2400 dpi: "169.71"
  448. *ColorSepScreenFreq CustomColor.160lpi.2400dpi/160 lpi / 2400 dpi: "169.71"
  449. *ColorSepScreenFreq ProcessCyan.160lpi.2400dpi/160 lpi / 2400 dpi: "151.79"
  450. *ColorSepScreenFreq ProcessMagenta.160lpi.2400dpi/160 lpi / 2400 dpi: "151.79"
  451. *ColorSepScreenFreq ProcessYellow.160lpi.2400dpi/160 lpi / 2400 dpi: "160.00"
  452.  
  453. *% For 175 lpi =====================================================
  454.  
  455. *ColorSepScreenAngle ProcessBlack.175lpi.2400dpi/175 lpi / 2400 dpi: "45.0"
  456. *ColorSepScreenAngle CustomColor.175lpi.2400dpi/175 lpi / 2400 dpi: "45.0"
  457. *ColorSepScreenAngle ProcessCyan.175lpi.2400dpi/175 lpi / 2400 dpi: "18.43"
  458. *ColorSepScreenAngle ProcessMagenta.175lpi.2400dpi/175 lpi / 2400 dpi: "71.57"
  459. *ColorSepScreenAngle ProcessYellow.175lpi.2400dpi/175 lpi / 2400 dpi: "0.0"
  460.  
  461. *ColorSepScreenFreq ProcessBlack.175lpi.2400dpi/175 lpi / 2400 dpi: "169.71"
  462. *ColorSepScreenFreq CustomColor.175lpi.2400dpi/175 lpi / 2400 dpi: "169.71"
  463. *ColorSepScreenFreq ProcessCyan.175lpi.2400dpi/175 lpi / 2400 dpi: "189.74"
  464. *ColorSepScreenFreq ProcessMagenta.175lpi.2400dpi/175 lpi / 2400 dpi: "189.74"
  465. *ColorSepScreenFreq ProcessYellow.175lpi.2400dpi/175 lpi / 2400 dpi: "160.00"
  466.  
  467. *% For 200 lpi =====================================================
  468.  
  469. *ColorSepScreenAngle ProcessBlack.200lpi.2400dpi/200 lpi / 2400 dpi: "45.0"
  470. *ColorSepScreenAngle CustomColor.200lpi.2400dpi/200 lpi / 2400 dpi: "45.0"
  471. *ColorSepScreenAngle ProcessCyan.200lpi.2400dpi/200 lpi / 2400 dpi: "18.43"
  472. *ColorSepScreenAngle ProcessMagenta.200lpi.2400dpi/200 lpi / 2400 dpi: "71.57"
  473. *ColorSepScreenAngle ProcessYellow.200lpi.2400dpi/200 lpi / 2400 dpi: "0.0"
  474.  
  475. *ColorSepScreenFreq ProcessBlack.200lpi.2400dpi/200 lpi / 2400 dpi: "212.13"
  476. *ColorSepScreenFreq CustomColor.200lpi.2400dpi/200 lpi / 2400 dpi: "212.13"
  477. *ColorSepScreenFreq ProcessCyan.200lpi.2400dpi/200 lpi / 2400 dpi: "189.74"
  478. *ColorSepScreenFreq ProcessMagenta.200lpi.2400dpi/200 lpi / 2400 dpi: "189.74"
  479. *ColorSepScreenFreq ProcessYellow.200lpi.2400dpi/200 lpi / 2400 dpi: "200.00"
  480.  
  481.  
  482. *% end of PPD file for ProSet 9400